.details-content h2 {
  font-size: 28px !important;
  font-weight: 700 !important;
  margin: 20px 0 15px !important;
  display: block !important
}

.details-content h3 {
  font-size: 22px !important;
  font-weight: 600 !important;
  margin: 20px 0 12px !important;
  display: block !important
}

.details-content p {
  margin: 0 0 15px !important;
  line-height: 1.7 !important;
  display: block !important
}

.details-content ul {
  padding-left: 20px !important;
  margin: 15px 0 !important;
  list-style: disc !important
}

.details-content ol {
  padding-left: 20px !important;
  margin: 15px 0 !important;
  list-style: decimal !important
}

.details-content li {
  margin-bottom: 8px !important
}

.details-content table {
  width: 100% !important;
  border-collapse: collapse !important;
  margin: 15px 0 !important
}

.details-content td,
.details-content th {
  border: 1px solid #ddd !important;
  padding: 10px !important
}

.details-content details {
  margin-bottom: 10px !important;
  border: 1px solid #ddd !important;
  border-radius: 6px !important;
  overflow: hidden !important
}

.details-content summary {
  padding: 12px 15px !important;
  cursor: pointer !important;
  font-weight: 600 !important;
  background: #f8f8f8 !important
}

.details-content details p {
  padding: 15px !important;
  margin: 0 !important
}

.product-card-discount {
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 68px;
  height: 30px;
  padding: 0 14px;
  background: linear-gradient(135deg, #4F00CC 0%, #7B00FF 50%, #C100FF 100%);
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 0 999px 999px 0;
  box-shadow: 0 6px 16px rgb(123 0 255 / .35);
  white-space: nowrap
}

@media (max-width:768px) {
  .product-card-discount {
    top: 10px;
    min-width: 60px;
    height: 28px;
    padding: 0 12px;
    font-size: 11px
  }
}

@media (max-width:480px) {
  .product-card-discount {
    top: 8px;
    min-width: 54px;
    height: 24px;
    padding: 0 10px;
    font-size: 10px
  }
}

.category-section {
  width: 100%;
  padding: 20px;
  overflow: hidden
}

.category-slider {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.category-slider::-webkit-scrollbar {
  display: none
}

.category-card {
  flex: 0 0 auto;
  width: 300px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 18px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  scroll-snap-align: start;
  transition: all .3s ease
}

.category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgb(0 0 0 / .08)
}

.category-image {
  width: 80px;
  height: 80px;
  flex-shrink: 0
}

.category-image img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.category-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin-bottom: 6px;
  line-height: 1.2
}

.category-content p {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px
}

.category-content a {
  text-decoration: none;
  color: #1f2937;
  font-size: 14px;
  font-weight: 600
}

@media (max-width:768px) {
  .category-section {
    padding: 7px
  }
  .category-slider {
    gap: 7px
  }
  .category-card {
    width: 220px;
    padding: 3px;
    border-radius: 14px
  }
  .category-image {
    width: 55px;
    height: 55px
  }
  .category-content h3 {
    font-size: 15px
  }
  .category-content p {
    font-size: 12px;
    margin-bottom: 6px
  }
  .category-content a {
    font-size: 12px
  }
}

.Ravindar-collections {
  width: 100%;
  padding: 20px 15px;
  background: #fff
}

.Ravindar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px
}

.Ravindar-heading {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -.5px
}

.Ravindar-view {
  font-size: 14px;
  font-weight: 500;
  color: #111827;
  text-decoration: none;
  white-space: nowrap
}

.Ravindar-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px
}

.Ravindar-card {
  display: block;
  overflow: hidden;
  border-radius: 16px;
  background: #f5f5f5;
  text-decoration: none
}

.Ravindar-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .4s ease
}

.Ravindar-card:hover img {
  transform: scale(1.04)
}

@media (max-width:768px) {
  .Ravindar-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px
  }
  .Ravindar-card {
    border-radius: 12px
  }
  .Ravindar-view {
    font-size: 13px
  }
}

.facewash-sale-section {
  max-width: 100%;
  margin: 0 auto;
  padding: 5px
}

.facewash-banner {
  display: block;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 20px
}

.facewash-banner img {
  width: 100%;
  display: block;
  height: auto
}

.facewash-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px
}

.facewash-card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 16px;
  padding: 15px;
  text-align: center;
  transition: .3s
}

.facewash-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgb(0 0 0 / .08)
}

.facewash-card a {
  text-decoration: none;
  display: block
}

.facewash-card img {
  width: 100%;
  height: 220px;
  object-fit: contain
}

.facewash-card h3 {
  margin: 12px 0;
  font-size: 14px;
  line-height: 1.5;
  color: #222
}

.facewash-card h3 a {
  color: #222;
  text-decoration: none
}

.facewash-card h3 a:hover {
  color: #5B00D6
}

.facewash-price {
  font-size: 28px;
  font-weight: 700;
  color: #5B00D6
}

@media(max-width:1100px) {
  .facewash-grid {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media(max-width:768px) {
  .facewash-sale-section {
    padding: 5px
  }
  .facewash-grid {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    padding-bottom: 5px;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch
  }
  .facewash-grid::-webkit-scrollbar {
    display: none
  }
  .facewash-grid {
    scrollbar-width: none;
    -ms-overflow-style: none
  }
  .facewash-card {
    flex: 0 0 160px;
    min-width: 160px;
    padding: 5px
  }
  .facewash-card img {
    height: 120px
  }
  .facewash-card h3 {
    font-size: 12px;
    line-height: 1.4;
    margin: 10px 0
  }
  .facewash-price {
    font-size: 22px
  }
}

.premium-showcase {
  max-width: 1400px;
  margin: auto;
  padding: 70px 20px
}

.showcase-header {
  text-align: center;
  margin-bottom: 50px
}

.showcase-header span {
  display: block;
  color: #8b5cf6;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px
}

.showcase-header h2 {
  font-size: 56px;
  font-weight: 800;
  color: #111827;
  line-height: 1;
  letter-spacing: -2px
}

.showcase-divider {
  width: 80px;
  height: 4px;
  margin: 18px auto 0;
  border-radius: 20px;
  background: linear-gradient(90deg, #7c3aed, #ec4899)
}

.showcase-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px
}

.showcase-card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  min-height: 420px;
  padding: 45px;
  display: flex;
  align-items: flex-start;
  isolation: isolate
}

.showcase-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(255 255 255 / .25);
  backdrop-filter: blur(20px);
  z-index: -1
}

.card-premium {
  background: linear-gradient(135deg, #faf5ff 0%, #ede9fe 100%)
}

.card-performance {
  background: linear-gradient(135deg, #f5f9ff 0%, #dbeafe 100%)
}

.card-content {
  max-width: 340px;
  position: relative;
  z-index: 2
}

.card-tag {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 50px;
  background: #fff;
  font-size: 12px;
  font-weight: 700;
  color: #7c3aed;
  margin-bottom: 18px
}

.card-content h3 {
  font-size: 48px;
  line-height: .95;
  font-weight: 900;
  color: #111827;
  margin-bottom: 18px;
  letter-spacing: -2px
}

.card-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #4b5563;
  margin-bottom: 28px
}

.card-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  padding: 15px 24px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #7c3aed, #ec4899);
  transition: .3s
}

.card-btn:hover {
  transform: translateY(-2px)
}

.card-performance .card-btn {
  background: linear-gradient(135deg, #2563eb, #1d4ed8)
}

.card-image {
  position: absolute;
  right: -10px;
  bottom: 0;
  width: 52%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end
}

.card-image img {
  width: 100%;
  max-height: 95%;
  object-fit: contain
}

@media(max-width:991px) {
  .showcase-grid {
    gap: 18px
  }
  .showcase-card {
    min-height: 340px;
    padding: 28px
  }
  .card-content h3 {
    font-size: 34px
  }
  .card-content p {
    font-size: 14px
  }
}

@media(max-width:768px) {
  .premium-showcase {
    padding: 50px 15px
  }
  .showcase-header h2 {
    font-size: 34px
  }
  .showcase-grid {
    grid-template-columns: 1fr;
    gap: 18px
  }
  .showcase-card {
    min-height: 280px;
    padding: 22px;
    border-radius: 22px
  }
  .card-content {
    max-width: 180px
  }
  .card-content h3 {
    font-size: 24px;
    margin-bottom: 12px
  }
  .card-content p {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 18px
  }
  .card-btn {
    padding: 10px 16px;
    font-size: 12px
  }
  .card-image {
    width: 58%;
    right: -15px
  }
}

.MuiButtonBase-root.MuiButton-root.MuiButton-text.MuiButton-textPrimary.MuiButton-sizeMedium.MuiButton-textSizeMedium.MuiButton-colorPrimary.MuiButton-disableElevation.MuiButton-fullWidth.solid-button__btn.universal-btn-style:hover {
  background: linear-gradient(135deg, #5D00F0 0%, #8E1AFF 50%, #D633FF 100%) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 28px rgb(123 0 255 / 35%) !important
}

@media (min-width:769px) {
  .login-modal {
    width: 600px !important;
    max-width: 600px !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    background: #fff !important
  }
  .login-modal::before {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 2 / 1;
    background: url(https://image.cdn.shpy.in/510961/chatgpt-image-jul-19-2026-09-26-39-pm.1784476736738-1784476737251.jpeg) center center / 100% 100% no-repeat;
  }
}

@media (max-width:768px) {
  .MuiDrawer-paper {
    border-radius: 1px 1px 0 0 !important;
    overflow: hidden !important;
    background: #fff !important
  }
  .MuiDrawer-paper .MuiContainer-root {
    padding: 0 !important;
    max-width: 100% !important
  }
  .MuiDrawer-paper main.MuiContainer-root::before {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 3 / 2;
    background: url("https://image.cdn.shpy.in/510961/log.1784475567687-1784475568087.jpeg") center center / 100% 100% no-repeat;
  }
  .MuiDrawer-paper .flex.flex-col.items-center.py-6 {
    padding: 0 3px 5px !important;
    background: #fff !important
  }
  .MuiDrawer-paper input,
  .MuiDrawer-paper button {
    height: 48px !important;
    border-radius: 10px !important
  }
  .MuiDrawer-paper .MuiSvgIcon-root.mui-b933ss,
  .MuiDrawer-paper .MuiSvgIcon-root.mui-b933ss path {
    stroke: #fff !important
  }
  .MuiDrawer-paper .MuiTypography-root.mui-9l3uo3 {
    background: linear-gradient(90deg, #5B00D6 0%, #A100FF 50%, #FF2D95 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: #fff0;
    color: #fff0;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    padding-bottom: 4px !important;
    overflow: visible !important
  }
}

.product-card-image-container {
  aspect-ratio: 4 / 5 !important;
  overflow: hidden;
  position: relative;
  background: #fff
}

.product-card-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block
}

.logo-title h1 {
  text-transform: uppercase;
  font-family: "Italiana", serif
}

.main-header {
  background: #fff !important
}

@media (max-width:1024px) {
  .main-header {
    display: flex;
    justify-content: space-between;
    align-items: center
  }
}

.sh-shoopy-html-page,
.sh-shoopy-html-page>div {
  width: 100%;
  margin: 0;
  padding: 0
}

.sh-shoopy-html-page .text-zinc-900,
.ref-widg.sh-referral-widget,
.woot-widget-powered-by {
  display: none !important
}

.sh-shoopy-html-page>div {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  border: none
}

.sh-shoopy-html-page .border-inherit {
  border: none
}

.sh-shoopy-html-page .text-zinc-900 {
  display: none !important
}

.border-inherit {
  border: none !important
}

.sh-shoopy-blog-page .border-inherit {
  border: none
}

.desktop-menu-container {
  font-weight: 600
}